Heya I am Chase, the lazy programmer. A person with far too many years of programming experience. :(

But anyway, I have here for you a simple mod to make your life easier.

http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272421-r1-5-1-mod-release-fast-building-1-10



=== DESCRIPTION ===

Fast Building is a mod used to lay down multiple blocks quickly.

Hold control or alt and place a block, it will place as many as possible in that direction
till it hits something or you run out of blocks to place. Very useful for bridge building.

It can do both vertical and horizontal placement.



=== AUTOMATIC INSTALL INSTRUCTIONS ===
Automatic will install the mod on every version of the game you have installed that the mod supports.

1. Double click the installer.jar (or run it via "java -jar installer.jar")
2. Click YES on automatic install (first popup).
3. Read and follow the popup boxes directions.
4. Run Minecraft!

If you want to install it on a custom version of minecraft, see the following.



=== CUSTOM INSTALL INSTRUCTIONS ===
For customized versions of minecraft, such as one with forge.

1. Double click the installer.jar (or run it via "java -jar installer.jar")
2. Click NO on automatic install (first popup).
3. Click YES on custom install (second popup).
4. Read and follow the popup boxes directions.
5. Run Minecraft!



=== MANUAL INSTALL INSTRUCTIONS ===

1. Locate your main minecraft version folder. On Windows, it's in %APPDATA%/.minecraft/versions/<VERSION>
2. Copy this folder and rename it to whatever you want.
3. Open the folder and rename the files similarly.
4. Open the json file and change the "id" to that as well.
5. Open the jar in an archive editor (WinRar/7-Zip/etc).
6. Delete the META-INF folder.
7. Copy the files from the downloaded archive file into the jar file, replacing previous files.
8. Run Minecraft!

Modifies the ItemBlock class only. Not many mods do this (that I know of), so should be fairly compatible.



=== CONFIGURATION ===

The configuration file is found in your main minecraft directory, above the bin directory, the file is called fastbuild_config.txt
Run minecraft once with the mod installed to get the configuration file.


build_key
** The key that must be pressed to use fast build.

max_stack_build_num
** Determines the maximum number of blocks that will be attempted to be placed at one time.

max_stack_vertical_build_num
** OPTIONAL! Determines the maximum number of blocks that will be attempted to be placed at one time in the vertical direction.


=== VERSION HISTORY ===

Version 2.0.0 - 20141018:0216
+Completely rewritten.
+99% sure forge compatible (but you still cannot drag and drop, must use the installer, WORKING ON IT).
+Support for 1.6.4, 1.7.2, 1.7.10, 1.8, and 1.8.1

Version 1.13 - 20140921:1134
+Added an automated installer.

Version 1.12 - 20140905:0546
+Updated for release 1.8
+Fixed a bug in config file creation

Version 1.11 - 20140830:0949
+Updated for release 1.7.10

Version 1.10 - 20130325:0351
+Updated for release 1.5.1

Version 1.9 - 20130112:1951
+Updated for release 1.4.7
=Thanks to Mojang, lines of items with orientations now position themselves correctly!

Version 1.8 - 20120823:2023
+Updated for release 1.3.2

Version 1.7 - 20120812:1528
+Updated for release 1.3.1
=Fixed a few minor bugs.

Version 1.6 - 20120407:1910
+Moved config file to <Minecraft Folder>/config/fastbuild.cfg
+Added max_stack_vertical_build_num property to config, that independently limits vertical build limit.
+Works with release 1.2.4 and release 1.2.5

Version 1.5 - 20120325:2025
+Updated for release 1.2.4

Version 1.4 - 20120303:0624
+Updated for release 1.2.3

Version 1.3 - 20110725:1149
+Option to try and use it in Multiplayer again (probably will not work)
-Removed original mode (sorry)
=Hacked edition, since MCP toolchain is hard is a pain to get and use.

Version 1.2 - 20110210:0015
+Added configuration file, contiaining key config and block placement number. (req)
+Added the ability to switch which mode is the secondary one (in config).
+Added secondary mode to fast build blocks off from a facing side. (req)
+Improved the placement detection

Version 1.1 - 20110207:2200
+Added Vertical placement
=Streamlined algorithms

Version 1.0 - 20110207:1055
+Initial Release



=== Credits ===

Chase @ csdgn.org
